Auto merge of #1733 - wackywendell:project-layout, r=steveklabnik
authorbors <bors@rust-lang.org>
Fri, 19 Jun 2015 16:38:59 +0000 (16:38 +0000)
committerbors <bors@rust-lang.org>
Fri, 19 Jun 2015 16:38:59 +0000 (16:38 +0000)
commit19af88c21af501c9b4ed875d545faaf077ad8bb1
tree6044803c76398f5d399420198286d3d0cc48fd53
parent47306a466c3a1d37e0113bdadbd2a9f2bcb92d0b
parentb7f08d6531f02d33e69be6b8206a659042fcd40e
Auto merge of #1733 - wackywendell:project-layout, r=steveklabnik

I have several times found myself trying to remember where to put examples, and getting frustrated looking for it in the guide - because its not there, its in the manifest description, which I find to be a non-intuitive place for it. I thought it might help to unify the project layout sections between "The Guide" and "Manifest Description", and have them both link to each other for explanations where needed.

Of course, I am very willing to take any suggestions on my changes; I'm not wedded to any of text in specific, I just want the two sections to not be so separate and hard to find, especially from each other.